@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url('../fonts/优设标题黑.ttf');
}
#index .banner .swiper-container {
  position: relative;
  width: 100%;
}
#index .banner .swiper-container .swiper-slide {
  position: relative;
}
#index .banner .swiper-container .swiper-slide img {
  width: 100%;
}
#index .banner .swiper-container .swiper-slide .SKD-middle {
  height: 220px;
  position: absolute;
  width: 568px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index .banner .swiper-container .swiper-slide .SKD-middle .skd {
  transform: scale(0.8);
}
#index .banner .swiper-container .swiper-slide .SKD-middle .title-tow {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  margin-top: 10px;
  text-align: center;
}
#index .banner .swiper-container .swiper-slide .SKD-middle .title-three {
  color: #93939e;
  text-align: center;
  margin-top: 27px;
  line-height: 16px;
}
#index .banner .swiper-container .swiper-pagination-custom {
  bottom: 66px;
  left: 0;
  width: 100%;
}
#index .banner .swiper-container .swiper-pagination-customs {
  width: 70px;
  height: 2px;
  display: inline-block;
  background: #e1e4db;
  border-radius: 2px;
  margin: 0 5px;
  z-index: 99;
  margin-left: 20px;
  vertical-align: middle;
}
#index .banner .swiper-container .swiper-pagination-customs-active {
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  vertical-align: middle;
}
#index .banner .swiper-container .banner-middle {
  position: absolute;
  width: 73%;
  margin: auto;
  top: 50%;
  left: 13.54%;
  z-index: 99;
}
#index .banner .swiper-container .banner-middle .swiper-button-next {
  background-image: none;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
#index .banner .swiper-container .banner-middle .swiper-button-prev {
  background-image: none;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
#index .introduce {
  width: 73%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 156px;
}
#index .introduce .introduce-left {
  position: relative;
  width: 45%;
}
#index .introduce .introduce-left .bofang {
  display: block;
  width: 100%;
}
#index .introduce .introduce-left img:nth-of-type(1) {
  height: 100%;
}
#index .introduce .introduce-left .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index .introduce .introduce-right {
  width: 49%;
  position: relative;
}
#index .introduce .introduce-right .purpose {
  font-size: 32px;
}
#index .introduce .introduce-right .purpose-English {
  margin-top: 21px;
  font-size: 18px;
  font-family: 'CUSTOMER FIRST';
}
#index .introduce .introduce-right .company-introduction {
  margin-top: 52px;
  line-height: 28px;
  font-size: 14px;
  color: #7a7a7a;
  text-align: justify;
}
#index .introduce .introduce-right .develop {
  line-height: 28px;
  font-size: 14px;
  text-align: justify;
  color: #7a7a7a;
  margin-top: 25px;
}
#index .introduce .introduce-right .more a {
  display: inline-block;
  width: 150px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  margin-top: 41px;
  background-color: rgb(43,126,58);
  vertical-align: middle;
}
#index .introduce .introduce-right .more a img {
  margin-left: 15px;
  vertical-align: middle;
}
#index .solution {
  width: 100%;
  height: 800px;
  margin-top: 170px;
  background-image: url(../img/9.png);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  background-size: cover;
}
#index .solution .solution-middle {
  width: 100%;
  height: 548px;
  margin-top: 60px;
  display: flex;
  background-image: url(../img/123.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
#index .solution .solution-middle .middle-pic {
  margin-top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  height: 100%;
}
#index .solution .solution-middle .middle-pic .pic {
  width: 286px;
  height: 286px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
#index .solution .solution-middle .middle-pic .pic:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid #585959;
  border-left: 2px solid red;
  border-top: 2px solid red;
  display: none;
}
#index .solution .solution-middle .middle-pic .pic p {
  font-size: 28px;
  color: white;
  margin-top: 258px;
  margin-left: 72px;
  display: none;
}
#index .solution .solution-middle .middle-pic .pic .pic-middle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#index .solution .solution-middle .middle-pic .pic .pic-middle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index .solution .solution-middle .middle-pic .pic:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
#index .solution .solution-middle .middle-pic .pic:hover:before {
  display: block;
  animation: circle 0.8s linear infinite;
}
#index .solution .solution-middle .middle-pic .pic:hover .pic-middle {
  opacity: 0.6;
}
#index .solution .solution-middle .middle-pic .pic:hover p {
  display: block;
}
#index .solution .solution-middle .middle-pic .pic-one {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-left: 185px;
}
#index .solution .solution-middle .middle-pic .pic-one .centre {
  position: absolute;
  left: 4%;
  top: 3%;
}
#index .solution .solution-middle .middle-pic .pic-one .centre img {
  width: 230px;
  height: 230px;
}
#index .solution .solution-middle .middle-pic .pic-tow {
  width: 250px;
  height: 250px;
  margin-top: 100px;
  margin-left: 110px;
}
#index .solution .solution-middle .middle-pic .pic-tow .centre {
  position: absolute;
  left: 4%;
  top: 3%;
}
#index .solution .solution-middle .middle-pic .pic-tow .centre img {
  width: 230px;
  height: 230px;
}
#index .solution .solution-middle .middle-pic .pic-three {
  width: 250px;
  height: 250px;
  margin-top: 266px;
  margin-left: 100px;
}
#index .solution .solution-middle .middle-pic .pic-three .centre {
  position: absolute;
  left: 4%;
  top: 3%;
}
#index .solution .solution-middle .middle-pic .pic-three .centre img {
  width: 230px;
  height: 230px;
}
#index .solution .solution-middle .middle-pic .pic-four {
  width: 250px;
  height: 250px;
  margin-top: 256px;
  margin-left: 92px;
}
#index .solution .solution-middle .middle-pic .pic-four .centre {
  position: absolute;
  left: 4%;
  top: 3%;
}
#index .solution .solution-middle .middle-pic .pic-four .centre img {
  width: 230px;
  height: 230px;
}
#index .proouct {
  margin-top: 90px;
  overflow: hidden;
}
#index .proouct ul {
  width: 73%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  margin-top: 48px;
  flex-wrap: wrap;
}
#index .proouct ul .active .system {
  color: black;
}
#index .proouct ul li {
  line-height: 42px;
  position: relative;
  margin-left: 16px;
  justify-content: space-between;
  margin-right: 16px;
}
#index .proouct ul li:focus {
  color: #000;
}
#index .proouct ul li p {
  display: inline-block;
}
#index .proouct ul li .system {
  color: #858b98;
}
#index .proouct ul li span {
  position: absolute;
  top: 18px;
  right: -17%;
  display: inline-block;
  width: 1px;
  height: 8px;
  border-left: 1px solid #c6c9cf;
}
#index .proouct .product-banner {
  overflow: hidden;
  margin: auto;
  position: relative;
}
#index .proouct .product-banner .swiper-button-prev-product {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #c6c9cf;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  left: 176px;
  top: 268px;
  cursor: pointer;
}
#index .proouct .product-banner .swiper-button-prev-product:focus {
  background-color: rgb(43,126,58);
}
#index .proouct .product-banner .swiper-button-prev-product span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#index .proouct .product-banner .swiper-button-prev-product .active {
  background-color: rgb(43,126,58);
}
#index .proouct .product-banner .swiper-button-next-product {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #c6c9cf;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  right: 176px;
  cursor: pointer;
  top: 268px;
}
#index .proouct .product-banner .swiper-button-next-product:focus {
  background-color: rgb(43,126,58);
}
#index .proouct .product-banner .swiper-button-next-product span {
  position: absolute;
  left: 32%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#index .proouct .product-banner .swiper-pagination-product-custom {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#index .proouct .product-banner .swiper-pagination-product-customs {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #e1e4db;
  border-radius: 50%;
  margin: 0 5px;
  z-index: 99;
  margin-left: 20px;
  vertical-align: middle;
  z-index: 999;
}
#index .proouct .product-banner .swiper-pagination-product-customs-active {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0b1729;
  vertical-align: middle;
}
#index .proouct .product-banner .swiper-container-product {
  width: 73%;
  margin: auto;
  overflow: hidden;
  height: 563px;
  text-align: center;
  position: relative;
  margin-top: 69px;
}
#index .proouct .product-banner .swiper-container-product .swiper-pagination-product {
  position: absolute;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide-duplicate-active {
  width: 35.5%;
  background-color: #ffffff !important;
  height: 410px !important;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide-duplicate-active .appellative {
  color: #0b1729 !important;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide-duplicate-active img {
  transform: scale(1.2);
  transition: all 0.4s;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide-duplicate-active span {
  transition: all 0.4s;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide {
  width: 23%;
  text-align: center;
  height: 410px;
  background-color: #eff1f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  position: relative;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide .transform-box {
  width: 100%;
  /* height: 410px; */
  height: 300px;
  position: relative;
  transition: all 0.4s;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide .transform-box .bigpic {
  /* margin-top: 141px; */
  margin-top: 40px;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide .transform-box a span {
  display: inline-block;
  width: 140px;
  height: 46px;
  background-color: rgb(43,126,58);
  position: absolute;
  bottom: 35px;
  line-height: 46px;
  font-size: 16px;
  right: 0px;
  color: #ffffff;
  vertical-align: middle;
  z-index: 998;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide .transform-box a span img {
  margin-left: 30px;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide .transform-box:hover {
  background-color: #ffffff !important;
  height: 410px !important;
  transform: scale(1.2);
  transition: all 0.4s;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide .transform-box:hover span {
  display: block !important;
  transition: all 0.4s;
  z-index: 999 !important;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide .transform-box:hover p:nth-of-type(1) {
  color: #0b1729 !important;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide .model {
  position: absolute;
  bottom: -88px;
  margin-top: 33px;
  left: 0;
  right: 0;
}
#index .proouct .product-banner .swiper-container-product .swiper-wrapper .swiper-slide .model p {
  font-size: 20px;
  color: #858b98;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
#index .service {
  background: #eff1f3;
  margin-top: 70px;
  overflow: hidden;
}
#index .service .service-top {
  font-size: 32px;
  padding-top: 70px;
}
#index .service .service-top p {
  text-align: center;
}
#index .service .service-banner {
  margin-top: 50px;
  position: relative;
  height: 650px;
}
#index .service .service-banner .swiper-button-next-service {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #c6c9cf;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  left: 176px;
  top: 212px;
  cursor: pointer;
  z-index: 99;
}
#index .service .service-banner .swiper-button-next-service:focus {
  background-color: rgb(43,126,58);
}
#index .service .service-banner .swiper-button-next-service span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#index .service .service-banner .swiper-button-next-service .active {
  background-color: rgb(43,126,58);
}
#index .service .service-banner .swiper-button-prev-service {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #c6c9cf;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  right: 176px;
  cursor: pointer;
  top: 212px;
  z-index: 99;
}
#index .service .service-banner .swiper-button-prev-service:focus {
  background-color: rgb(43,126,58);
}
#index .service .service-banner .swiper-button-prev-service span {
  position: absolute;
  left: 32%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#index .service .service-banner .swiper-container-service {
  width: 51%;
  height: 460px;
  margin: auto;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper {
  margin: auto;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide-active .not-show {
  display: none;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide-active .service-bottom {
  display: block !important;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide-duplicate-active .not-show {
  display: none;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide-duplicate-active .service-bottom {
  display: block !important;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide {
  background-image: url(../img/21.png);
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .not-show {
  width: 100%;
  height: 100%;
  background: #343f3f;
  z-index: 9999;
  opacity: 0.8;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .service-bottom {
  position: absolute;
  margin-top: 32px;
  width: 100%;
  bottom: -148px;
  height: 127px;
  overflow: hidden;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .service-bottom::-webkit-scrollbar {
  width: 2px;
  height: 10px;
  background-color: #f5f5f5;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .service-bottom::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: red;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .service-bottom p {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}
#index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .service-bottom .technical {
  font-size: 28px;
  text-align: center;
  margin: auto;
  margin-bottom: 23px;
}
#index .news-center {
  width: 100%;
}
#index .news-center .news-banner {
  width: 73%;
  margin: auto;
  height: 590px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
}
#index .news-center .news-banner .swiper-container-news .swiper-pagination-news {
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
#index .news-center .news-banner .swiper-container-news .swiper-pagination-news-custom {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#index .news-center .news-banner .swiper-container-news .swiper-pagination-news-customs {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #e1e4db;
  border-radius: 50%;
  z-index: 99;
  margin-left: 10px;
  vertical-align: middle;
  z-index: 999;
}
#index .news-center .news-banner .swiper-container-news .swiper-pagination-news-customs-active {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0b1729;
  vertical-align: middle;
  z-index: 999;
}
#index .news-center .news-banner .swiper-container-news .swiper-wrapper {
  width: 73%;
}
#index .news-center .news-banner .swiper-container-news .swiper-wrapper .swiper-slide .smoll-news .top-pic {
  width: 100%;
  height: 100%;
}
#index .news-center .news-banner .swiper-container-news .swiper-wrapper .swiper-slide .smoll-news img {
  width: 100%;
}
#index .news-center .news-banner .swiper-container-news .swiper-wrapper .swiper-slide .smoll-news .smoll-news-litpic {
  height: 280px;
  object-fit: cover;
  object-position: 50% 0;
}
#index .news-center .news-banner .swiper-container-news .swiper-wrapper .swiper-slide .smoll-news .smoll-new-bottom {
  height: 244px;
  background-color: #eff1f3;
  padding: 31px 37px;
}
#index .news-center .news-banner .swiper-container-news .swiper-wrapper .swiper-slide .smoll-news .smoll-new-bottom p:nth-of-type(1) {
  font-size: 20px;
  line-height: 26px;
}
#index .news-center .news-banner .swiper-container-news .swiper-wrapper .swiper-slide .smoll-news .smoll-new-bottom p:nth-of-type(2) {
  margin-top: 8px;
  font-size: 14px;
  line-height: 32px;
  color: #858b98;
}
#index .news-center .news-banner .swiper-container-news .swiper-wrapper .swiper-slide .smoll-news .smoll-new-bottom p:nth-of-type(3) {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#index .news-center .news-banner .swiper-container-news .swiper-wrapper .swiper-slide .smoll-news .smoll-new-bottom .more a {
  display: inline-block;
  width: 150px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  margin-top: 21px;
  background-color: rgb(43,126,58);
  vertical-align: middle;
}
#index .news-center .news-banner .swiper-container-news .swiper-wrapper .swiper-slide .smoll-news .smoll-new-bottom .more a img {
  margin-left: 15px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
#news-middle .news-middle-box {
  width: 1400px;
  margin: 0 auto;
}
#news-middle .news-middle-box .news-middle-top {
  text-align: center;
  border-bottom: 1px solid #eff1f3;
  margin-top: 80px;
  margin-bottom: 42px;
}
#news-middle .news-middle-box .news-middle-top p:nth-of-type(1) {
  font-size: 32px;
}
#news-middle .news-middle-box .news-middle-top p:nth-of-type(2) {
  font-size: 14px;
  line-height: 32px;
  margin-top: 22px;
  margin-bottom: 10px;
  color: #858b98;
}
#news-middle .news-middle-box p {
  font-size: 14px;
  line-height: 24px;
  color: #5e6676;
}
#news-middle .news-middle-box .news-middle-bottom {
  border-top: 1px solid #eff1f3;
}
#news-middle .news-middle-box .news-middle-bottom p {
  font-size: 14px;
  line-height: 32px;
}
#news-middle .news-middle-box .news-middle-bottom p:nth-of-type(1) {
  margin-top: 36px;
}
#news-middle .news-middle-box .news-middle-bottom .back {
  width: 150px;
  height: 46px;
  margin: auto;
  margin-top: 37px;
  margin-bottom: 120px;
}
#news-middle .news-middle-box .news-middle-bottom .back span {
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  width: 150px;
  background-color: rgb(43,126,58);
}
#news-middle .news-middle-box .news-middle-bottom .back span a {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}
#r-center {
  width: 1400px;
  margin: auto;
}
#r-center .r-center-top {
  margin-top: 68px;
  text-align: center;
  border-bottom: 1px solid #eff1f3;
}
#r-center .r-center-top p {
  font-size: 32px;
  line-height: 17px;
}
#r-center .r-center-top p:nth-of-type(2) {
  font-size: 32px;
  line-height: 17px;
  margin-top: 30px;
  margin-bottom: 52px;
  font-family: YouSheBiaoTiHei;
}
#r-center ul {
  margin-bottom: 60px;
}
#r-center ul li {
  display: inline-flex;
  justify-content: space-between;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eff1f3;
}
#r-center ul li .news-about {
  margin-left: 30px;
}
#r-center ul li .news-about p:nth-of-type(1) {
  margin-top: 13px;
  font-size: 20px;
  line-height: 26px;
  color: #0b1729;
}
#r-center ul li .news-about p:nth-of-type(2) {
  font-size: 14px;
  line-height: 32px;
  color: #858b98;
}
#r-center ul li .news-about .xiaoxi {
  font-size: 14px;
  line-height: 24px;
  color: #5e6676;
}
#r-center ul li .news-about span {
  display: inline-block;
  margin-top: 33px;
  width: 150px;
  height: 46px;
  border: solid 1px #bfc3cd;
  line-height: 46px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  color: #0b1729;
  font-family: PingFangSC-Regular;
}
#r-center ul li .news-about span img {
  margin-left: 30px;
}
#details {
  margin-top: 70px;
  margin-bottom: 108px;
}
#details .details-content {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 410px;
}
#details .details-content .details-img {
  width: 326px;
  border: 1px solid #eee;
  background-color: #fff;
  /* background-color: #eff1f3; */
}
#details .details-content .details-img .sclae {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#details .details-content .details-img .sclae img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#details .details-content .details-right {
  width: 1042px;
}
#details .details-content .details-right .details-top {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #0b1729;
}
#details .details-content .details-right .details-top ~ ul {
  margin-top: 23px;
}
#details .details-content .details-right .details-top .product {
  color: #0b1729;
  line-height: 26px;
  font-size: 32px;
}
#details .details-content .details-right .details-top .brand {
  color: rgb(43,126,58);
  line-height: 34px;
  font-family: YouSheBiaoTiHei;
  font-size: 36px;
}
#details .details-content .details-right ul {
  margin-top: 46px;
}
#details .details-content .details-right ul li {
  /* height: 30px; */
  position: relative;
}
#details .details-content .details-right ul li span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #0b1729;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: 12px;
}
#details .details-content .details-right ul li p {
  margin-left: 14px;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  color: #5e6676;
  /* margin-top: -24px; */
  width: 100%;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}
#details .details-content .details-right .details-bottom {
  width: 420px;
}
#details .details-content .details-right .details-bottom ul {
  display: flex;
  width: 420px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
#details .details-content .details-right .details-bottom ul::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
#details .details-content .details-right .details-bottom ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: red;
}
#details .details-content .details-right .details-bottom ul li {
  display: inline-block;
  width: 120px;
  height: 150px;
  /* background-color: #eff1f3; */
  background-color: #fff;
  border: 1px solid #eee;
  margin-right: 20px;
  padding-right: 10px;
  padding-left: 10px;
  transition: all .3s linear;
}
#details .details-content .details-right .details-bottom ul li .smoller {
  /* width: 86px;
  height: 76px; */
  position: relative;
  width: 100%;
  height: 100%;
}
#details .details-content .details-right .details-bottom ul li .smoller img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* width: 200px;
  max-height: 300px; */
  width: 80%;
  transition: all .3s linear;
}
#details .details-content .details-right .details-bottom ul li:hover {
  /* width: 240px;
  height: 300px; */
}
#details .details-content .details-right .details-bottom ul li:hover  .smoller img {
  width: 100%;
  max-height: 150px;
}
/*小盒子*/
#div-small {
  width: 326px;
  height: 350px;
  /* outline: 2px solid black; */
  position: absolute;
  top: 50px;
  left: 0;
  /*鼠标变成小手样式*/
  cursor: pointer;
}

/*大盒子*/
#div-big {
  width: 500px;
  height: 500px;
  outline: 1px solid black;
  position: absolute;
  left: 350px;
  top: 50px;
  overflow: hidden;
  display: none;
  z-index: 999;
  background-color: #ffffff;
}

/*遮罩层*/
#div-mask {
  width: 150px;
  height: 150px;
  background-color: #efefef;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  /*对鼠标事件失去作用*/
  pointer-events: none;
  display: none;
}
#details .parameter {
  width: 1400px;
  margin: auto;
  margin-top: 50px;
}
#details .parameter span {
  display: inline-block;
  width: 210px;
  height: 46px;
  background-color: rgb(43,126,58);
  color: #ffffff;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
}
#details .parameter-box {
  width: 1400px;
  margin: auto;
  background-color: #eff1f3;
  padding-top: 62px;
  padding-left: 20px;
  padding-right: 20px;
}
#details .parameter-box .parameter-top {
  width: 1256px;
  margin: auto;
  height: 72px;
  background-color: #0b1729;
  border-radius: 4px 4px 0px 0px;
}
#details .parameter-box .parameter-top p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
#details .parameter-box .parameter-middle {
  display: flex;
  justify-content: space-between;
  width: 1256px;
  margin: auto;
}
#details .parameter-box .parameter-middle .parameter-left {
  width: 329px;
  height: 62px;
  font-size: 16px;
  color: #0b1729;
  line-height: 62px;
}
#details .parameter-box .parameter-middle .parameter-left li {
  border-bottom: solid 1px #8c929e;
  border-left: solid 1px #8c929e;
  border-right: solid 1px #8c929e;
  text-align: center;
}
#details .parameter-box .parameter-middle .parameter-right {
  width: 927px;
  height: 62px;
  line-height: 62px;
}
#details .parameter-box .parameter-middle .parameter-right li {
  color: #0b1729;
  padding-left: 142px;
  font-size: 16px;
  border-bottom: solid 1px #8c929e;
  border-right: solid 1px #8c929e;
}
#details .comeback {
  width: 1400px;
  margin: auto;
  margin-top: 52px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eff1f3;
}
#details .comeback a {
  display: block;
  width: 150px;
  height: 46px;
  margin: auto;
}
#details .comeback a p {
  display: block;
  width: 150px;
  height: 46px;
  background-color: rgb(43,126,58);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 46px;
  margin: auto;
}
#details .details-banner {
  width: 1400px;
  margin: auto;
  margin-top: 78px;
  position: relative;
}
#details .details-banner .recommend {
  display: flex;
  justify-content: space-between;
}
#details .details-banner .recommend p {
  font-size: 32px;
  color: #0b1729;
}
#details .details-banner .swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #eff1f3;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  right: 90px;
  top: 0;
}
#details .details-banner .swiper-button-next:focus {
  background-color: rgb(43,126,58);
}
#details .details-banner .swiper-button-next span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#details .details-banner .swiper-button-next .active {
  background-color: rgb(43,126,58);
}
#details .details-banner .swiper-button-prev {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #eff1f3;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  left: 1316px;
  top: 0;
}
#details .details-banner .swiper-button-prev:focus {
  background-color: rgb(43,126,58);
}
#details .details-banner .swiper-button-prev span {
  position: absolute;
  left: 32%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#details .swiper-container {
  width: 1400px;
  margin: auto;
  height: 488px;
  margin-top: 40px;
}
#details .swiper-container .swiper-slide {
  width: 362px;
  height: 410px;
  border: 1px solid #eee;
  /* background-color: #eff1f3; */
}
#details .swiper-container .swiper-slide .vs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}
#details .swiper-container .swiper-slide .vs img {
  /* max-width: none; */
}
#details .swiper-container .swiper-slide .banner-title {
  position: absolute;
  bottom: -80px;
  left: 114px;
}
#details .swiper-container .swiper-slide .banner-title .name {
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #858b98;
  text-align: center;
  cursor: pointer;
}
#details .swiper-container .swiper-slide .banner-title .name:hover {
  color: black;
}
#details .swiper-container .swiper-slide .banner-title .type {
  font-family: YouSheBiaoTiHei;
  font-size: 20px;
  color: #858b98;
  margin-top: 12px;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #858b98;
  text-align: center;
  cursor: pointer;
}
#details .swiper-container .swiper-slide .banner-title .type:hover {
  color: black;
}
#solution {
  margin-top: 64px;
}
#solution .solution-big {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#solution .solution-big .solution-top .title1 {
  color: #7e7979;
  font-size: 32px;
}
#solution .solution-big .solution-top .title2 {
  color: #7e7979;
  font-size: 32px;
  font-family: YouSheBiaoTiHei;
}
#solution .solution-big .solution-right {
  width: 834px;
}
#solution .solution-big .solution-right p {
  font-size: 18px;
  line-height: 26px;
  color: #0b1729;
}
#solution .service-banner-tow {
  position: relative;
  overflow: hidden;
}
#solution .service-banner-tow .co {
  height: 575px;
  width: 100%;
  background-color: #eff1f3;
  margin-top: -530px;
}
#solution .service-banner-tow .swiper-container-service-tow {
  width: 51%;
  margin: auto;
  margin-bottom: 142px;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow {
  width: 1400px !important;
  display: flex !important;
  height: 60px !important;
  max-width: auto !important;
  margin: auto !important;
  padding-left: 120px;
  background-color: #eff1f3 !important;
  margin-bottom: 80px !important;
  position: relative;
  left: -22%;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow .swiper-pagination-bullet {
  width: 230px;
  background: none;
  height: 60px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
}
#solution .service-banner-tow .swiper-container-service-tow .active {
  opacity: 1;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow {
  width: 70px;
  height: 2px;
  display: inline-block;
  background: #e1e4db;
  border-radius: 2px;
  margin: 0 5px;
  z-index: 99;
  margin-left: 20px;
  vertical-align: middle;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-button-prev {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #0b1729;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  left: 380px;
  top: 373px;
  z-index: 998;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-button-prev:focus {
  background-color: rgb(43,126,58);
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-button-prev span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-button-prev .active {
  background-color: rgb(43,126,58);
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #0b1729;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  right: 380px;
  z-index: 998;
  top: 373px;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-button-next:focus {
  background-color: rgb(43,126,58);
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-button-next span {
  position: absolute;
  left: 32%;
  top: 38%;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper {
  margin: auto;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide {
  background-color: #ffffff;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .bigimg {
  position: relative;
  width: 100%;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic {
  width: 170px;
  height: 50px;
  background-color: #181a20;
  opacity: 0.8;
  position: absolute;
  bottom: 293px;
  right: 0;
  line-height: 50px;
  text-align: center;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic a {
  display: inline-block;
  margin-left: 12px;
  color: #d5d5d7;
  font-size: 14px;
  vertical-align: middle;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom {
  margin-top: 48px;
  padding-left: 54px;
  position: relative;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .ww {
  font-size: 26px;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom i {
  display: inline-block;
  width: 24px;
  height: 4px;
  background-color: rgb(43,126,58);
  border-radius: 2px;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .readmore {
  width: 150px;
  height: 46px;
  background-color: rgb(43,126,58);
  line-height: 46px;
  margin: auto;
  position: absolute;
  padding-left: 22px;
  right: 60px;
  top: 0;
  padding-left: 22px;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .readmore p {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  color: white;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .readmore img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-top: -3px;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj {
  display: flex;
  justify-content: space-between;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft {
  position: relative;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft p {
  font-size: 138px;
  height: 124px;
  display: inline-block;
  width: 98px;
  font-family: YouSheBiaoTiHei;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft .white {
  position: absolute;
  bottom: 66px;
  right: -6px;
  font-size: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  z-index: 22;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 62px 66px 0 0;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft .black {
  position: absolute;
  bottom: 67px;
  right: -5px;
  font-size: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent #878a91 transparent transparent;
  border-style: solid;
  border-width: 62px 66px 0 0;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft i {
  position: absolute;
  bottom: 78px;
  right: 36px;
  width: 0 !important;
  background: none;
  font-size: 18px;
  z-index: 44;
  font-family: YouSheBiaoTiHei;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .xq {
  padding-top: 46px;
  margin-bottom: 40px;
  padding-right: 48px;
  height: 156px;
  margin-left: 10px;
  background-image: url(../img/SKD.png);
  background-repeat: no-repeat;
  background-position: 470px 30px;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .xq p {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  overflow-y: auto;
  height: 100px;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .xq p::-webkit-scrollbar {
  width: 2px;
  height: 10px;
  background-color: #f5f5f5;
}
#solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .xq p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: red;
}
#news-center {
  width: 1400px;
  margin: auto;
  position: relative;
}
#news-center .swiper-button-prev {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #0b1729;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  left: -70px;
  top: 186px;
}
#news-center .swiper-button-prev:focus {
  background-color: rgb(43,126,58);
}
#news-center .swiper-button-prev span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#news-center .swiper-button-prev .active {
  background-color: rgb(43,126,58);
}
#news-center .swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #0b1729;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  right: -70px;
  cursor: pointer;
  top: 186px;
}
#news-center .swiper-button-next:focus {
  background-color: rgb(43,126,58);
}
#news-center .swiper-button-next span {
  position: absolute;
  left: 32%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#news-center .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #858b98;
  opacity: 1;
  margin-left: 8px;
}
#news-center .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 450px;
}
#news-center .swiper-pagination-bullet-active {
  background-color: #0b1729;
}
#news-center .swiper-container {
  height: 420px;
  margin-bottom: 54px;
  margin-top: 80px;
}
#news-center .swiper-container .swiper-slide {
  display: flex;
  background-color: #eff1f3;
}
#news-center .swiper-container .swiper-slide .leftimg {
  max-width: 650px;
}
#news-center .swiper-container .swiper-slide .ttright {
  padding: 44px 54px;
}
#news-center .swiper-container .swiper-slide .ttright .title-one {
  font-size: 24px;
  color: #0b1729;
}
#news-center .swiper-container .swiper-slide .ttright .title-tow {
  font-size: 14px;
  color: #5e6676;
  margin-top: 10px;
}
#news-center .swiper-container .swiper-slide .ttright .title-three {
  font-size: 14px;
  color: #5e6676;
  margin-top: 10px;
}
#news-center .swiper-container .swiper-slide .ttright .title-foure {
  font-size: 14px;
  color: #5e6676;
  margin-top: 10px;
}
#news-center .swiper-container .swiper-slide .ttright .title-five {
  font-size: 14px;
  color: #5e6676;
  margin-top: 10px;
}
#news-center .swiper-container .swiper-slide .ttright span {
  font-size: 12px;
  color: #9399a4;
}
#news-center .swiper-container .swiper-slide .ttright .mored {
  width: 150px;
  height: 46px;
  background-color: rgb(43,126,58);
  line-height: 46px;
  text-align: center;
  margin-top: 78px;
}
#news-center .swiper-container .swiper-slide .ttright .mored span {
  color: #ffffff;
  margin-right: 20px;
}
#news-center .vv {
  width: 1400px;
  margin: auto;
}
#news-center .vv ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#news-center .vv ul li {
  width: 440px;
  height: 525px;
  background-color: #eff1f3;
  margin-bottom: 50px;
  margin-right: 40px;
}
#news-center .vv ul li .vv-litpic {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: 50% 0;
}
#news-center .vv ul li .cc {
  padding: 32px 30px;
}
#news-center .vv ul li .cc .methods {
  font-size: 22px;
  color: #0b1729;
}
#news-center .vv ul li .cc .time {
  font-size: 12px;
  color: #8c929e;
}
#news-center .vv ul li .cc .worried {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #717987;
  margin-top: 14px;
}
#news-center .vv ul li .cc .about-more {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #bfc3cd;
  margin-top: 32px;
}
#news-center .vv ul li .cc .about-more img {
  margin-left: 30px;
}
#news-center .vv ul li:nth-of-type(3n) {
  margin-right: 0;
}
#site ul {
  width: 1400px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
#site ul li {
  position: relative;
  width: 330px;
  height: 168px;
  border: 1px solid #e9e9e9;
}
#site ul li:hover .secondhide,
#site ul li.active .secondhide {
  display: block;
  color: #ffffff;
}
#site ul li:hover .firstshow,
#site ul li.active .firstshow {
  display: none;
}
#site ul li .firstshow {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 26px 36px;
  width: 330px;
  height: 168px;
}
#site ul li .firstshow .img-icon{
  filter: sepia(100%) saturate(400%) hue-rotate(72deg);
}
#site ul li .firstshow p {
  font-size: 20px;
  margin-top: 16px;
}
#site ul li .firstshow span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
}
#site ul li .secondhide {
  position: absolute;
  left: 0;
  top: 0;
  padding: 26px 36px;
  width: 330px;
  height: 168px;
  display: none;
  background-color: rgb(43,126,58);
  text-align: center;
}
#site ul li .secondhide p {
  font-size: 20px;
  margin-top: 16px;
}
#site ul li .secondhide span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
}
#site ul li .ccc {
  background-color: rgb(43,126,58);
}
#site .lianxi {
  width: 100%;
  max-width: 100%;
  background-color: #eff1f3;
  height: 790px;
  padding: 32px 160px;
  margin-top: 90px;
}
#site .lianxi .sr {
  width: 1400px;
  margin: auto;
  margin-top: 30px;
}
#site .lianxi .sr textarea {
  width: 1400px;
  height: 350px;
  margin-top: 16px;
  resize: none;
  padding: 26px 14px;
  border: none;
}
#site .lianxi .sr input {
  padding: 12px 22px;
  height: 58px;
  width: 690px;
  border: none;
}
#site .lianxi .sr input:nth-of-type(2) {
  margin-left: 14px;
}
#site .lianxi .sr input:hover {
  border: 1px solid rgb(43,126,58);
}
#site .lianxi .sr .yzm {
  display: flex;
  height: 60px;
  margin-top: 48px;
  justify-content: space-between;
}
#site .lianxi .sr .yzm .mimakuang {
  width: 850px;
  display: flex;
}
#site .lianxi .sr .yzm .mimakuang input {
  width: 532px !important;
  height: 62px !important;
  margin: 0;
}
#site .lianxi .sr .yzm .mimakuang .yanzheng {
  width: 152px;
  height: 62px;
}
#site .lianxi .sr .yzm .mimakuang .yanzheng img {
  width: 100%;
  height: 100%;
}
#site .lianxi .sr .yzm .fs {
  width: 200px;
  height: 60px;
  background-color: rgb(43,126,58);
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#rechnical {
  padding-bottom: 130px;
}
#rechnical .sales {
  width: 1400px;
  margin: auto;
  position: relative;
  margin-top: 50px;
}
#rechnical .sales .message {
  position: absolute;
  bottom: 20px;
  padding-left: 194px;
  padding-right: 194px;
}
#rechnical .sales .message p {
  bottom: 38px;
  text-align: center;
  color: #5e6676;
  line-height: 24px;
  font-size: 14px;
}
#rechnical .big-rechnical {
  width: 100%;
  opacity: 0.78 !important;
  margin-bottom: 55px;
  opacity: 0.8;
  background-image: url(../img/78.png);
  background-repeat: no-repeat;
}
#rechnical .big-rechnical .menban {
  background-color: #000000;
  opacity: 0.8;
  padding-top: 40px;
}
#rechnical .company-banner {
  position: relative;
  overflow: hidden;
}
#rechnical .company-banner .swiper-container1 {
  width: 1400px;
  margin: auto;
  margin-top: 56px;
  overflow: hidden;
}
#rechnical .company-banner .swiper-container1 .swiper-wrapper {
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 92px;
}
#rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide {
  border: solid 1px #ffffff;
  padding: 48px 34px;
  height: 372px;
}
#rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide span {
  display: inline-block;
  background-color: #ffffff;
  width: 29px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 3px;
}
#rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide p {
  color: #ffffff;
}
#rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide .serial {
  font-family: YouSheBiaoTiHei;
  font-size: 62px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left !important;
}
#rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide .js-title {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  margin-top: 29px;
  text-align: left !important;
}
#rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide .js-conent {
  height: 98px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  text-align: left !important;
  letter-spacing: 0px;
  margin-top: 52px;
  overflow: hidden;
  overflow-y: auto;
}
#rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide .js-conent::-webkit-scrollbar {
  width: 2px;
  height: 10px;
  background-color: #f5f5f5;
}
#rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide .js-conent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: red;
}
#rechnical .company-banner .prevone {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #eff1f3;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  left: 165px;
  top: 175px;
  cursor: pointer;
}
#rechnical .company-banner .prevone:focus {
  background-color: rgb(43,126,58);
}
#rechnical .company-banner .prevone span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #0c0d0d;
  border-right: 2px solid #0c0d0d;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#rechnical .company-banner .prevone .active {
  background-color: rgb(43,126,58);
}
#rechnical .company-banner .nextone {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #eff1f3;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  right: 165px;
  cursor: pointer;
  top: 175px;
}
#rechnical .company-banner .nextone:focus {
  background-color: rgb(43,126,58);
}
#rechnical .company-banner .nextone span {
  position: absolute;
  left: 32%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #0c0d0d;
  border-right: 2px solid #0c0d0d;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#rechnical .Download {
  margin-top: 70px;
  position: relative;
}
#rechnical .Download .yangs {
  cursor: pointer;
  background-color: #e60416 !important;
}
#rechnical .Download .yangs .xians {
  display: block !important;
  cursor: pointer;
}
#rechnical .Download .yangs p {
  color: #ffffff !important;
}
#rechnical .Download .yangs .yinc {
  display: none;
}
#rechnical .Download .nextright {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #0b1729;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  left: 180px;
  top: 186px;
  z-index: 9999;
  cursor: pointer;
}
#rechnical .Download .nextright:focus {
  background-color: rgb(43,126,58);
}
#rechnical .Download .nextright span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#rechnical .Download .nextright .active {
  background-color: rgb(43,126,58);
}
#rechnical .Download .nextleft {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #0b1729;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  right: 180px;
  z-index: 9999;
  top: 186px;
  cursor: pointer;
}
#rechnical .Download .nextleft:focus {
  background-color: rgb(43,126,58);
}
#rechnical .Download .nextleft span {
  position: absolute;
  left: 32%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#rechnical .Download .swiper1 {
  width: 1400px;
  margin: auto;
}
#rechnical .Download .swiper1 .swiper-wrapper {
  width: 1400px;
  margin: auto;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 {
  width: 690px;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1:hover .xians {
  cursor: pointer;
  display: block !important;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1:hover .yinc {
  display: none;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1:hover p {
  color: #ffffff !important;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1:hover .red-show {
  background-color: #e60416;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 .red-show {
  background-color: #f7f7f7;
  height: 146px;
  padding: 33px 34px;
  display: flex;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 .red-show .wenj {
  flex-shrink: 0;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 .red-show .xiazhai {
  flex-shrink: 0;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 .red-show .xiazhai img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 .red-show p {
  margin-left: 30px;
  margin-right: 66px;
  color: #0b1729;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 .red-show .big-box {
  width: 84%;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 .red-show .xz-title {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  width: 58%;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 .red-show .xz-content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  width: 58%;
  margin-top: 8px;
  overflow: hidden;
  overflow-y: auto;
  height: 48px;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 .red-show .xz-content::-webkit-scrollbar {
  width: 2px;
  height: 10px;
  background-color: #f5f5f5;
}
#rechnical .Download .swiper1 .swiper-wrapper .slide1 .red-show .xz-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: red;
}
#about-us {
  margin-top: 78px;
}
#about-us .about-top {
  display: flex;
  width: 1400px;
  margin: auto;
}
.about-img {
  display: block;
  width: 1400px;
  margin: 20px auto;
}
#about-us .about-top .aboutleft {
  width: 970px;
  margin-right: 105px;
}
#about-us .about-top .aboutleft .shangbiao {
  font-family: YouSheBiaoTiHei;
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: rgb(43,126,58);
}
#about-us .about-top .aboutleft .workname {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #0b1729;
  margin-top: 21px;
}
#about-us .about-top .aboutleft .idea {
  font-size: 24px;
  color: #858b98;
  margin-top: 23px;
}
#about-us .about-top .aboutleft .introduce {
  font-size: 14px;
  color: #69707f;
  margin-top: 68px;
  display: inline-block;
  width: 970px;
  height: 665px;
  overflow: hidden;
  overflow-y: auto;
}
#about-us .about-top .aboutleft .introduce::-webkit-scrollbar {
  width: 2px;
  height: 10px;
  background-color: #f5f5f5;
}
#about-us .about-top .aboutleft .introduce::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(43,126,58);
}
#about-us .about-top .aboutleft .content {
  font-size: 14px;
  color: #69707f;
}
#about-us .about-top .aboutleft .guanyu {
  margin-top: 46px;
  position: relative;
}
#about-us .about-top .aboutleft .guanyu .ke {
  font-size: 12px;
  left: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  font-family: YouSheBiaoTiHei;
}
#about-us .about-top .about-right .culture-title{
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}
#about-us .about-top .about-right ul {
  background-color: #eff1f3;
  width: 320px;
  border-radius: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}
#about-us .about-top .about-right ul li .smoll-li {
  position: relative;
}
#about-us .about-top .about-right ul li .smoll-li span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid red;
  border-left: 8px solid transparent;
  position: absolute;
  left: 0;
  bottom: -8px;
  display: none;
}
#about-us .about-top .about-right ul li .smoll-li i {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid red;
  border-right: 8px solid transparent;
  position: absolute;
  right: 0;
  bottom: -8px;
  display: none;
}
#about-us .about-top .about-right ul .smoll-li {
  text-align: center;
}
#about-us .about-top .about-right ul .smoll-li:hover,
#about-us .about-top .about-right ul .smoll-li.active {
  width: 336px;
  height: 188px;
  background-color: rgb(43,126,58);
  margin-left: -8px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 63px;
  padding-right: 63px;
}
#about-us .about-top .about-right ul .smoll-li:hover span,
#about-us .about-top .about-right ul .smoll-li.active span {
  display: block;
}
#about-us .about-top .about-right ul .smoll-li:hover i,
#about-us .about-top .about-right ul .smoll-li.active i {
  display: block;
}
#about-us .about-top .about-right ul .smoll-li:hover .oneimg,
#about-us .about-top .about-right ul .smoll-li.active .oneimg {
  display: none;
}
#about-us .about-top .about-right ul .smoll-li:hover .towimg,
#about-us .about-top .about-right ul .smoll-li.active .towimg {
  display: block;
  margin-left: 72px;
}
#about-us .about-top .about-right ul .smoll-li {
  text-align: center;
  width: 328px;
  height: 188px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
}
#about-us .about-top .about-right ul .smoll-li p {
  margin-top: 26px;
  font-size: 16px;
}
#about-us .about-top .about-right ul .smoll-li .towimg {
  display: none;
}
#about-us .honor {
  background-color: #eff1f3;
  position: relative;
  padding-top: 20px;
  margin-top: 102px;
}
#about-us .honor .swiper1 {
  width: 1400px;
  margin: auto;
  margin-top: 56px;
  overflow: hidden;
}
#about-us .honor .swiper1 .swiper-wrapper {
  margin-bottom: 92px;
  align-items: center;
}
#about-us .honor .swiper1 .swiper-wrapper .swiper-slide .certificate {
  border: solid 1px #c7c7c7;
  padding: 14px;
}
#about-us .honor .swiper1 .swiper-wrapper .swiper-slide p {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0b1729;
  text-align: center;
  margin-top: 16px;
  height: 108px;
}
.certificate-ul {
  width: 1400px;
  margin: 68px auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.certificate-li {
  width: 24%;
  margin-right: 1.3%;
}
.certificate-tab {
  width: 1400px;
  margin: 68px auto 0;
  display: flex;
  height: 80px;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #ffffff;
}
.certificate-tab a.active {
  color: rgb(43,126,58);
}
/* 自定义整个滚动条 */
.certificate-tab::-webkit-scrollbar {
  width: 5px; /* 设置滚动条的宽度 */
  height: 8px;
}
 
/* 自定义滚动条轨道 */
.certificate-tab::-webkit-scrollbar-track {
  background: #f1f1f1; /* 设置轨道的背景颜色 */
}
 
/* 自定义滚动条的滑块（thumb） */
.certificate-tab::-webkit-scrollbar-thumb {
  background: #888; /* 设置滑块的背景颜色 */
}
.certificate-tab  a {
  width: 25%;
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-shrink: 0;
  border-right: 1px solid #efefef;
  font-size: 18px;
  color: #333333;
}
.certificate-li:nth-child(4n) {
  margin-right: 0;
}
.certificate-li .certificate {
  border: solid 1px #c7c7c7;
  padding: 14px;
}
.certificate-li p {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0b1729;
  text-align: center;
  margin-top: 16px;
  height: 108px;
}
#about-us .honor .prev1 {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #0b1729;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  left: 165px;
  top: 420px;
}
#about-us .honor .prev1:focus {
  background-color: rgb(43,126,58);
}
#about-us .honor .prev1 span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#about-us .honor .prev1 .active {
  background-color: rgb(43,126,58);
}
#about-us .honor .next1 {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #0b1729;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  right: 165px;
  top: 420px;
}
#about-us .honor .next1:focus {
  background-color: rgb(43,126,58);
}
#about-us .honor .next1 span {
  position: absolute;
  left: 32%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#about-us .partner {
  position: relative;
  margin-bottom: 134px;
}
#about-us .partner .prev2 {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #0b1729;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  left: 180px;
  top: 284px;
  z-index: 9999;
}
#about-us .partner .prev2:focus {
  background-color: rgb(43,126,58);
}
#about-us .partner .prev2 span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#about-us .partner .prev2 .active {
  background-color: rgb(43,126,58);
}
#about-us .partner .next2 {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #0b1729;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  right: 180px;
  z-index: 9999;
  top: 284px;
}
#about-us .partner .next2:focus {
  background-color: rgb(43,126,58);
}
#about-us .partner .next2 span {
  position: absolute;
  left: 32%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #fefeff;
  border-right: 2px solid #fefeff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#about-us .partner .swiper2 {
  width: 1400px;
  margin: auto;
}
#about-us .partner .swiper2 .swiper-wrapper {
  width: 1400px;
  margin: auto;
  margin-top: 70px;
}
#about-us .partner .swiper2 .swiper-wrapper .swiper-slide {
  width: 263px;
  /* height: 159px; */
  height: 120px;
  border: solid 1px #d8dde7;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about-us .partner .swiper2 .swiper-wrapper .swiper-slide img {
  max-width: 80%;
  max-height: 90%;
  object-fit: contain;
}
#popBox {
  display: none;
  background-color: #0b1729;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
#popBox .swiper-three {
  width: 1000px;
  height: 646px;
  margin-top: 140px;
}
#popBox .swiper-three .swiper-slide .title-img {
  height: 564px;
}
#popBox .swiper-three .swiper-slide .introduce {
  background-color: #ffffff;
  width: 100%;
}
#popBox .swiper-three .swiper-slide .introduce p {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 82px;
  letter-spacing: 0px;
  color: #0b1729;
}
#popBox .prev-three {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #eff1f3;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  left: 261px;
  top: 490px;
}
#popBox .prev-three:focus {
  background-color: rgb(43,126,58);
}
#popBox .prev-three span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #515251;
  border-right: 2px solid #515251;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#popBox .prev-three .active {
  background-color: rgb(43,126,58);
}
#popBox .next-three {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #eff1f3;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  right: 261px;
  top: 490px;
}
#popBox .next-three:focus {
  background-color: rgb(43,126,58);
}
#popBox .next-three span {
  position: absolute;
  left: 32%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #515251;
  border-right: 2px solid #515251;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#popBox .swiper-foure {
  width: 684px;
  height: 410px;
  margin-top: 173px;
}
#popBox .swiper-foure .swiper-slide {
  display: flex;
}
#popBox .swiper-foure .swiper-slide .introduce {
  background-color: #ffffff;
}
#popBox .swiper-foure .swiper-slide .introduce p {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 82px;
  letter-spacing: 0px;
  color: #0b1729;
}
#popBox .swiper-foure .swiper-slide .text-right {
  background-color: #ffffff;
  padding: 44px 40px;
}
#popBox .swiper-foure .swiper-slide .text-right .occupation {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #959aa6;
}
#popBox .swiper-foure .swiper-slide .text-right .name {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0b1729;
}
#popBox .swiper-foure .swiper-slide .text-right .introductory {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #858b98;
  margin-top: 93px;
}
#popBox .prev-foure {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #eff1f3;
  border-radius: 50%;
  margin-right: 24px;
  background-image: none;
  position: absolute;
  left: 430px;
  top: 370px;
}
#popBox .prev-foure:focus {
  background-color: rgb(43,126,58);
}
#popBox .prev-foure span {
  position: absolute;
  left: 42%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #515251;
  border-right: 2px solid #515251;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
}
#popBox .prev-foure .active {
  background-color: rgb(43,126,58);
}
#popBox .next-foure {
  width: 36px;
  height: 36px;
  margin-top: 4.5px;
  background-color: #eff1f3;
  border-radius: 50%;
  background-image: none;
  position: absolute;
  right: 430px;
  top: 370px;
}
#popBox .next-foure:focus {
  background-color: rgb(43,126,58);
}
#popBox .next-foure span {
  position: absolute;
  left: 32%;
  top: 38%;
  display: block;
  text-align: center;
  line-height: 36px;
  border-top: 2px solid #515251;
  border-right: 2px solid #515251;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
#popBox .close-box {
  position: absolute;
  left: 48%;
  margin-top: 24px;
  cursor: pointer;
}
#our ul {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
}
#our ul li {
  position: relative;
  transition: all 0.3s;
  margin-right: 32px;
}
#our ul li:nth-of-type(4n) {
  margin-right: 0;
}
#our ul li .characters {
  overflow: hidden;
  width: 326px;
  height: 240px;
}
#our ul li img {
  transition: all 0.3s;
  height: 220px;
  object-fit: contain;
}
#our ul li:hover a {
  display: block;
  transition: all 0.3s;
}
#our ul li:hover img {
  transform: scale(1.1);
  transition: all ease 0.3s;
}
#our ul li .object {
  margin-top: 24px;
  font-size: 20px;
  line-height: 34px;
  color: #858b98;
  text-align: center;
}
#our ul li .name {
  color: #858b98;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 40px;
  text-align: center;
}
#our ul li a {
  position: absolute;
  top: 364px;
  right: 0;
  display: inline-block;
  width: 140px;
  height: 46px;
  background-color: rgb(43,126,58);
  color: #ffffff;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  display: none;
}
#our ul li a img {
  margin-left: 20px;
}
#employment {
  width: 1400px;
  margin: auto;
  margin-top: 44px;
}
#employment .pro-cont {
  margin-top: 20px;
}
#employment .pro-cont .pro-cont-left {
  width: 7.5%;
  border-left: 1px solid #d3d3d3;
  position: relative;
  cursor: pointer;
}
#employment .pro-cont .pro-cont-left i {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 36px;
  top: 48px;
}
#employment .pro-cont .pro-cont-left .icon-11 {
  background-image: url(../img/箭头-2.png);
  display: block;
}
#employment .pro-cont .pro-cont-left .icon-12 {
  background-image: url(../img/箭头-3.png);
  display: none;
}
#employment .pro-cont .pro-items {
  height: 120px;
  background-color: #eeeeee;
  display: flex;
  justify-content: space-between;
}
#employment .pro-cont .pro-items.active .pro-cont-left .icon-11 {
  display: none;
}
#employment .pro-cont .pro-items.active .pro-cont-left .icon-12 {
  display: block;
}
#employment .pro-cont .pro-items .right-items {
  margin-top: 32px;
  margin-left: 20px;
}
#employment .pro-cont .pro-items .item {
  width: 100%;
  line-height: 21px;
}
#employment .pro-cont .pro-items .item p {
  display: inline-block;
}
#employment .pro-cont .pro-items .item span {
  display: inline-block;
  height: 14px;
  margin: 0 22px 0 21px;
  color: #c1c1c1;
}
#employment .pro-cont .pro-items .item .t1 {
  font-size: 21px;
}
#employment .pro-cont .pro-items .item .t2 {
  font-size: 12px;
  font-family: 'che-m';
  color: #c1c1c1;
}
#employment .pro-cont .pro-items .item-tt {
  width: 100%;
  margin-top: 24px;
  line-height: 14px;
}
#employment .pro-cont .pro-items .item-tt .item {
  width: 100%;
}
#employment .pro-cont .pro-items .item-tt .item .t1 {
  font-size: 12px;
  margin-right: 66px;
  color: #6f6f6f;
}
#employment .pro-cont .pro-items .item-tt .item .t2 {
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'che-m';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
#employment .pro-cont .pro-items.active {
  background-color: rgb(43,126,58);
  transition: all 0.6s;
}
#employment .pro-cont .pro-items.active .item {
  color: #fff;
}
#employment .pro-cont .pro-items.active .item span {
  color: #fff;
}
#employment .pro-cont .pro-items.active .item .t2 {
  color: #fff;
}
#employment .pro-cont .pro-items.active .item-tt .item p {
  color: #fff;
}
#employment .pro-cont .work-about {
  display: none;
  background-color: #eeeeee;
  border-top: 1px solid #d3d3d3;
  padding-bottom: 35px;
}
#employment .pro-cont .work-about .upload-btn {
  width: 146px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 30px;
  background-color: rgb(43,126,58);
  cursor: pointer;
  margin-left: 40px;
}
#employment .pro-cont .work-about .work-claim {
  margin-top: 30px;
}
#employment .pro-cont .work-about .work-claim span {
  margin-left: 26px;
  font-size: 12px;
  font-family: 600;
}
#employment .pro-cont .work-about .work-claim p {
  margin-left: 40px;
  line-height: 36px;
  font-size: 12px;
}
.footer .bottom {
  overflow: hidden;
}
.bottom-title {
  text-align: center;
  /* font-size: 36px; */
  font-size: 28px;
  color: #ffffff;
  margin-top: 50px;
}
.footer .bottom .nav-top {
  padding-top: 40px;
}
.center {
  width: 1200px;
  overflow: hidden;
  margin: auto;
}

.lianh_right {
  margin-top: 40px;
}

.lianh_right {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.xiao_divxw {
width: 92%;
overflow: hidden;
margin: auto;
padding-top: 20px;
}
.flo_lainxh {
width: 100%;
overflow: hidden;
padding-bottom: 10px;
border-bottom: 1px solid rgb(43,126,58);
color: rgb(43,126,58);
font-size: 16px;
box-shadow: 0px 3px 15px 0px #e9f3fe;
}
.more_a {
float: right;
font-size: 14px;
color: #807f7f;
}
.more_a a {
color: #807f7f;
}
.jiayu_ul {
overflow: hidden;
padding-top: 30px;
min-height: 470px;
text-align: center;
}
.curturl-list li {
width: 100%;
font-size: 14px;
color: #535353;
height: 42px;
line-height: 42px;
text-align: left;
box-sizing: border-box;
padding-left: 20px;
background: url(../img/index_lx.png) no-repeat left center;
background-size: 9px;
}
.curturl-list li a {
display: inline-block;
width: 100%;
height: 100%;
color: #535353;
margin-right: 0;
}
.dongtaix .curturl-list li a span:nth-of-type(1) {
width: 930px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.dongtaix .curturl-list li span {
display: inline-block;
width: 788px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dongtaix .curturl-list li a span:nth-of-type(2) {
float: right;
width: auto;
}
@media screen and (min-width: 1920px) {
  .header .main {
    width: 1400px;
    /* width: 87.5%; */
  }
  .footer {
    width: 100%;
  }
  .footer .bottom .nav-top {
    width: 88%;
  }
  .footer .bottom .foot-bottom {
    width: 88%;
  }
  .place .place-left {
    width: 88%;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow {
    left: -7%;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic {
    bottom: 300px;
  }
}
@media screen and (max-width: 1920px) {
  .header .main {
    width: 1400px;
    /* width: 87.5%; */
  }
  .footer {
    width: 100%;
  }
  .footer .bottom .nav-top {
    width: 88%;
  }
  .footer .bottom .foot-bottom {
    width: 88%;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow {
    left: -22%;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic {
    bottom: 301px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1900px) {
  #solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow {
    left: -22%;
  }
  #index .introduce {
    width: 88%;
  }
  #index .solution .solution-middle {
    width: 100%;
    height: 548px;
    margin-top: 120px;
    display: flex;
    background-image: url(../img/123.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #index .solution .solution-middle .middle-pic .pic {
    width: 286px;
    height: 286px;
  }
  #index .solution .solution-middle .middle-pic .pic p {
    font-size: 28px;
    color: white;
    margin-top: 258px;
    margin-left: 72px;
    display: none;
  }
  #index .solution .solution-middle .middle-pic .pic .pic-middle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #index .solution .solution-middle .middle-pic .pic .pic-middle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #index .solution .solution-middle .middle-pic .pic:hover {
    transform: scale(1.1);
  }
  #index .solution .solution-middle .middle-pic .pic-one {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-left: 96px;
  }
  #index .solution .solution-middle .middle-pic .pic-one .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-one .centre img {
    width: 230px;
    height: 230px;
  }
  #index .solution .solution-middle .middle-pic .pic-tow {
    width: 250px;
    height: 250px;
    margin-top: 138px;
    margin-left: 36px;
  }
  #index .solution .solution-middle .middle-pic .pic-tow .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-tow .centre img {
    width: 230px;
    height: 230px;
  }
  #index .solution .solution-middle .middle-pic .pic-three {
    width: 250px;
    height: 250px;
    margin-top: 110px;
    margin-left: 100px;
  }
  #index .solution .solution-middle .middle-pic .pic-three .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-three .centre img {
    width: 230px;
    height: 230px;
  }
  #index .solution .solution-middle .middle-pic .pic-four {
    width: 250px;
    height: 250px;
    margin-top: 38px;
    margin-left: 108px;
  }
  #index .solution .solution-middle .middle-pic .pic-four .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-four .centre img {
    width: 230px;
    height: 230px;
  }
  #index .proouct {
    margin-top: 45px;
  }
  #index .proouct ul {
    width: 88%;
  }
  #index .proouct .product-banner .swiper-button-next-product {
    right: 2%;
  }
  #index .proouct .product-banner .swiper-button-prev-product {
    left: 2%;
  }
  #index .proouct .product-banner .swiper-container-product {
    width: 88%;
  }
  #index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .service-bottom {
    bottom: -168px;
  }
  #index .news-center {
    width: 100%;
  }
  #index .news-center .news-banner {
    width: 88%;
  }
  #solution .solution-big {
    width: 1400px;
  }
  #solution .solution-big .solution-right {
    width: 834px;
  }
  #solution .service-banner-tow {
    position: relative;
    overflow: hidden;
  }
  #solution .service-banner-tow .co {
    height: 575px;
    width: 100%;
    background-color: #eff1f3;
    margin-top: -510px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow {
    margin-left: -5% !important;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-button-prev {
    left: 306px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-button-next {
    right: 302px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper {
    margin: auto;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide {
    background-color: #ffffff;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .bigimg {
    position: relative;
    width: 100%;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic {
    bottom: 300px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .xq {
    margin-bottom: 40px;
    padding-top: 48px;
    background-position: 350px 30px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft .black {
    bottom: 67px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft .white {
    bottom: 66px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft i {
    bottom: 78px;
  }
  #rechnical .company-banner .nextone {
    right: 84px;
  }
  #rechnical .company-banner .prevone {
    left: 82px;
  }
  #rechnical .Download .nextright {
    left: 84px;
  }
  #rechnical .Download .nextleft {
    right: 84px;
  }
  #about-us {
    margin-top: 78px;
  }
  #about-us .honor .prev1 {
    left: 84px;
  }
  #about-us .honor .next1 {
    right: 84px;
  }
  #about-us .partner {
    position: relative;
  }
  #about-us .partner .prev2 {
    left: 84px;
  }
  #about-us .partner .next2 {
    right: 84px;
  }
  #popBox .prev-foure {
    left: 380px;
  }
  #popBox .next-foure {
    right: 379px;
  }
  #popBox {
    display: none;
    background-color: #0b1729;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #popBox .swiper-three {
    width: 78%;
    height: 690px;
    margin-top: 6%;
  }
  #popBox .swiper-three .swiper-slide .title-img {
    height: 590px;
  }
  #popBox .swiper-three .swiper-slide .title-img img {
    width: 100%;
    height: 100%;
  }
  #popBox .swiper-three .swiper-slide .introduce {
    width: 100%;
  }
  #popBox .prev-three {
    top: 42%;
    left: 100px;
  }
  #popBox .next-three {
    top: 42%;
    right: 100px;
  }
  #employment {
    width: 1400px;
  }
  .footer {
    width: 100%;
  }
  .footer .bottom .nav-top {
    width: 88%;
  }
  .footer .bottom .foot-bottom {
    width: 88%;
  }
}
@media screen and (min-width: 1460px) and (max-width: 1600px) {
  #news-center .vv ul li .vv-litpic {
    height: 250px;
  }
  #news-center .vv ul li .cc .worried {
    height: 48px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #index .introduce {
    width: 88%;
  }
  #index .solution .solution-middle {
    width: 100%;
    height: 548px;
    margin-top: 146px;
    display: flex;
    background-image: url(../img/123.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #index .solution .solution-middle .middle-pic .pic {
    width: 286px;
    height: 286px;
  }
  #index .solution .solution-middle .middle-pic .pic p {
    font-size: 28px;
    color: white;
    margin-top: 258px;
    margin-left: 72px;
    display: none;
  }
  #index .solution .solution-middle .middle-pic .pic .pic-middle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #index .solution .solution-middle .middle-pic .pic .pic-middle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #index .solution .solution-middle .middle-pic .pic:hover {
    transform: scale(1.1);
  }
  #index .solution .solution-middle .middle-pic .pic-one {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-left: 96px;
    margin-top: -20px;
  }
  #index .solution .solution-middle .middle-pic .pic-one .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-one .centre img {
    width: 230px;
    height: 230px;
  }
  #index .solution .solution-middle .middle-pic .pic-tow {
    width: 250px;
    height: 250px;
    margin-top: 138px;
    margin-left: 36px;
  }
  #index .solution .solution-middle .middle-pic .pic-tow .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-tow .centre img {
    width: 230px;
    height: 230px;
  }
  #index .solution .solution-middle .middle-pic .pic-three {
    width: 250px;
    height: 250px;
    margin-top: 110px;
    margin-left: 100px;
  }
  #index .solution .solution-middle .middle-pic .pic-three .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-three .centre img {
    width: 230px;
    height: 230px;
  }
  #index .solution .solution-middle .middle-pic .pic-four {
    width: 250px;
    height: 250px;
    margin-top: 38px;
    margin-left: 108px;
  }
  #index .solution .solution-middle .middle-pic .pic-four .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-four .centre img {
    width: 230px;
    height: 230px;
  }
  #index .proouct {
    margin-top: 45px;
  }
  #index .proouct ul {
    width: 88%;
  }
  #index .proouct .product-banner .swiper-button-next-product {
    right: 2%;
  }
  #index .proouct .product-banner .swiper-button-prev-product {
    left: 2%;
  }
  #index .proouct .product-banner .swiper-container-product {
    width: 88%;
  }
  #index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .service-bottom {
    bottom: -168px;
  }
  #index .news-center {
    width: 100%;
  }
  #index .news-center .news-banner {
    width: 88%;
  }
  #solution .solution-big {
    width: 88%;
  }
  #solution .solution-big .solution-right {
    width: 834px;
  }
  #solution .service-banner-tow {
    position: relative;
    overflow: hidden;
  }
  #solution .service-banner-tow .co {
    height: 575px;
    width: 100%;
    background-color: #eff1f3;
    margin-top: -528px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow {
    margin-left: -15% !important;
    width: 1300px !important;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-button-prev {
    left: 306px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-button-next {
    right: 302px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper {
    margin: auto;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide {
    background-color: #ffffff;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .bigimg {
    position: relative;
    width: 100%;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic {
    bottom: 307px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .xq {
    margin-bottom: 46px;
    background-position: 272px 25px;
    padding-top: 46px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft .white {
    bottom: 72px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft .black {
    bottom: 73px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .jleft i {
    bottom: 84px;
  }
  #rechnical .sales img {
    width: 100%;
  }
  #rechnical .company-banner .nextone {
    right: 24px;
  }
  #rechnical .company-banner .prevone {
    left: 22px;
  }
  #rechnical .Download .nextright {
    left: 26px;
  }
  #rechnical .Download .nextleft {
    right: 26px;
  }
  #about-us {
    margin-top: 78px;
  }
  #about-us .honor .prev1 {
    left: 30px;
  }
  #about-us .honor .next1 {
    right: 30px;
  }
  #about-us .partner {
    position: relative;
  }
  #about-us .partner .prev2 {
    left: 30px;
  }
  #about-us .partner .next2 {
    right: 30px;
  }
  #popBox .prev-foure {
    left: 380px;
  }
  #popBox .next-foure {
    right: 379px;
  }
  #popBox {
    display: none;
    background-color: #0b1729;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #popBox .swiper-three {
    width: 78%;
    height: 690px;
    margin-top: 6%;
  }
  #popBox .swiper-three .swiper-slide .title-img {
    height: 590px;
  }
  #popBox .swiper-three .swiper-slide .title-img img {
    width: 100%;
    height: 100%;
  }
  #popBox .swiper-three .swiper-slide .introduce {
    width: 1260px;
  }
  #popBox .prev-three {
    top: 42%;
    left: 100px;
  }
  #popBox .next-three {
    top: 42%;
    right: 100px;
  }
  #employment {
    width: 1400px;
    margin-bottom: 40px;
  }
  #news-center {
    width: 1200px;
  }
  #news-center .vv {
    width: 1200px;
  }
  #news-center .vv ul li {
    width: 373px;
    height: 478px;
    margin-bottom: 40px;
  }
  #news-center .vv ul li .cc {
    padding: 28px 30px;
  }
  #news-center .swiper-container {
    height: 420px;
    margin-bottom: 54px;
    margin-top: 80px;
  }
  .paging {
    padding-top: 0;
  }
  .footer {
    width: 100%;
  }
  .footer .bottom {
    background-color: #0b1729;
  }
  .footer .bottom .nav-top {
    width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .footer .bottom .nav-top li {
    line-height: 30px;
  }
  .footer .bottom .nav-top li a {
    font-size: 14px;
    color: #5e6675;
  }
  .footer .bottom .nav-top li ul {
    margin-top: 37px;
  }
  .footer .bottom .nav-top li ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #dee0e2;
  }
  .footer .bottom .foot-bottom {
    width: 1400px;
    margin: auto;
  }
  .footer .bottom .foot-bottom ul {
    /* margin-top: 94px; */
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .footer .bottom .foot-bottom ul li span {
    font-size: 14px;
    line-height: 30px;
    color: #5e6675;
    margin-left: 4px;
    vertical-align: middle;
  }
  .footer .bottom .foot-bottom ul li p {
    /* font-size: 20px; */
    font-size: 14px;
    line-height: 30px;
    color: #bec1c6;
    letter-spacing: 2px;
  }
  .footer .bottom .foot-bottom .copyright {
    display: flex;
    justify-content: space-between;
    /* margin-top: 122px; */
    margin-top: 40px;
    padding-bottom: 36px;
  }
  .footer .bottom .foot-bottom .copyright p {
    font-size: 14px;
    line-height: 30px;
    color: #5e6675;
  }
  .footer .bottom .foot-bottom .copyright span a {
    color: #5e6675;
    font-size: 14px;
    line-height: 30px;
    margin-left: 14px;
    vertical-align: middle;
  }
  .place .place-left {
    width: 1400px;
  }
}
@media screen and (min-width: 1386px) and (max-width: 1460px) {
  .about-img {
    width: 1200px;
  }
  #news-center .vv ul li .cc .worried {
    height: 48px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #news-center .vv ul li .vv-litpic {
    height: 240px;
  }
  .header {
    width: 100%;
  }
  .header .main {
    width: 1200px;
  }
  .header .right-nav .nav {
    width: 1200px;
  }
  #index .introduce {
    width: 88%;
  }
  #index .solution .solution-middle {
    background-size: 100% auto;
    margin-top: 160px;
  }
  #index .solution .solution-middle .middle-pic .pic {
    width: 236px;
    height: 236px;
  }
  #index .solution .solution-middle .middle-pic .pic p {
    font-size: 28px;
    color: white;
    margin-top: 248px;
    margin-left: 40px;
    display: none;
  }
  #index .solution .solution-middle .middle-pic .pic .pic-middle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #index .solution .solution-middle .middle-pic .pic .pic-middle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #index .solution .solution-middle .middle-pic .pic:hover {
    transform: scale(1.1);
  }
  #index .solution .solution-middle .middle-pic .pic-one {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-left: 120px;
    margin-top: -10px;
  }
  #index .solution .solution-middle .middle-pic .pic-one .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-one .centre img {
    width: 180px;
    height: 180px;
  }
  #index .solution .solution-middle .middle-pic .pic-tow {
    width: 200px;
    height: 200px;
    margin-top: 138px;
    margin-left: 95px;
  }
  #index .solution .solution-middle .middle-pic .pic-tow .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-tow .centre img {
    width: 180px;
    height: 180px;
  }
  #index .solution .solution-middle .middle-pic .pic-three {
    width: 200px;
    height: 200px;
    margin-top: 110px;
    margin-left: 100px;
  }
  #index .solution .solution-middle .middle-pic .pic-three .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-three .centre img {
    width: 180px;
    height: 180px;
  }
  #index .solution .solution-middle .middle-pic .pic-four {
    width: 200px;
    height: 200px;
    margin-top: 38px;
    margin-left: 136px;
  }
  #index .solution .solution-middle .middle-pic .pic-four .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-four .centre img {
    width: 180px;
    height: 180px;
  }
  #index .proouct {
    margin-top: 45px;
  }
  #index .proouct ul {
    width: 88%;
  }
  #index .proouct .product-banner .swiper-button-next-product {
    right: 2%;
  }
  #index .proouct .product-banner .swiper-button-prev-product {
    left: 2%;
  }
  #index .proouct .product-banner .swiper-container-product {
    width: 88%;
  }
  #index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .service-bottom {
    bottom: -168px;
  }
  #index .news-center {
    width: 100%;
  }
  #index .news-center .news-banner {
    width: 88%;
  }
  #solution .solution-big {
    width: 1200px;
  }
  #solution .solution-big .solution-right {
    width: 834px;
  }
  #solution .service-banner-tow {
    position: relative;
    overflow: hidden;
  }
  #solution .service-banner-tow .co {
    height: 575px;
    width: 100%;
    background-color: #eff1f3;
    margin-top: -415px;
  }
  #solution .service-banner-tow .swiper-container-service-tow {
    height: 740px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow {
    width: 1200px !important;
    margin-left: -76px !important;
    padding-left: 40px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-button-prev {
    left: 290px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-button-next {
    right: 290px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper {
    margin: auto;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide {
    background-color: #ffffff;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .bigimg {
    position: relative;
    width: 100%;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic {
    bottom: 329px;
  }
  #our ul {
    width: 1200px;
    margin-top: 60px;
  }
  #our ul li {
    margin-right: 16px;
  }
  #our ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  #our ul li .characters {
    width: 288px;
    height: 360px;
  }
  #our ul li a {
    top: 314px;
  }
  #rechnical .sales {
    width: 100%;
  }
  #rechnical .company-banner .nextone {
    right: 40px;
  }
  #rechnical .company-banner .prevone {
    left: 40px;
  }
  #rechnical .company-banner .swiper-container1 {
    width: 1200px;
  }
  #rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide .js-title {
    font-size: 20px;
  }
  #rechnical .Download .swiper1 .swiper1 .swiper-wrapper .slide1 {
    width: 36% !important;
  }
  #rechnical .Download .swiper1 {
    width: 1200px;
  }
  #rechnical .Download .nextright {
    left: 26px;
  }
  #rechnical .Download .nextleft {
    right: 26px;
  }
  #about-us {
    margin-top: 78px;
  }
  #about-us .about-top {
    width: 1200px;
  }
  #about-us .about-top .aboutleft {
    width: 970px;
    margin-right: 105px;
  }
  #about-us .about-top .aboutleft .workname {
    margin-top: 30px;
  }
  #about-us .about-top .aboutleft .idea {
    margin-top: 30px;
  }
  #about-us .about-top .aboutleft .introduce {
    margin-top: 78px;
  }
  #about-us .about-top .aboutleft .guanyu {
    margin-top: 66px;
  }
  #about-us .honor .swiper1 {
    width: 1200px;
  }
  #about-us .honor .prev1 {
    left: 50px;
  }
  #about-us .honor .next1 {
    right: 50px;
  }
  #about-us .partner .prev2 {
    left: 50px;
  }
  #about-us .partner .next2 {
    right: 50px;
  }
  #about-us .partner .swiper2 {
    width: 1200px;
  }
  #popBox {
    display: none;
    background-color: #0b1729;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #popBox .swiper-three {
    width: 78%;
    height: 590px;
    margin-top: 10%;
  }
  #popBox .swiper-three .swiper-slide .title-img {
    height: 490px;
  }
  #popBox .swiper-three .swiper-slide .title-img img {
    width: 100%;
    height: 100%;
  }
  #popBox .swiper-three .swiper-slide .introduce {
    width: 1260px;
  }
  #popBox .prev-three {
    top: 50%;
    left: 100px;
  }
  #popBox .next-three {
    top: 50%;
    right: 100px;
  }
  #popBox .prev-foure {
    left: 320px;
  }
  #popBox .next-foure {
    right: 320px;
  }
  #news-center {
    width: 1200px;
  }
  #news-center .vv {
    width: 1200px;
  }
  #news-center .vv ul {
    height: 1100px;
  }
  #news-center .vv ul li {
    width: 373px;
    height: 492px;
  }
  #news-center .vv ul li .cc {
    padding: 28px 30px;
  }
  #news-center .swiper-container {
    height: 420px;
    margin-bottom: 54px;
    margin-top: 80px;
  }
  #employment {
    width: 1200px;
  }
  #site ul {
    width: 1200px;
  }
  #site ul li {
    width: 280px;
  }
  #site ul li .firstshow {
    width: 280px;
  }
  #site ul li .secondhide {
    width: 280px;
  }
  #site .lianxi .sr {
    width: 1200px;
  }
  #site .lianxi .sr textarea {
    width: 1200px;
  }
  #site .lianxi .sr input {
    width: 590px;
  }
  #site .lianxi .sr .yzm {
    width: 1200px;
  }
  #site .lianxi .sr .yzm .mimakuang {
    width: 850px;
  }
  #news-middle .news-middle-box {
    width: 1200px;
  }
  #details {
    margin-top: 70px;
    margin-bottom: 108px;
  }
  #details .details-content {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 410px;
  }
  #details .details-content .details-img {
    width: 326px;
    border: 1px solid #eee;
    background-color: #fff;
    /* background-color: #eff1f3; */
  }
  #details .details-content .details-img .sclae {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #details .details-content .details-img .sclae img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #details .details-content .details-right {
    width: 846px;
  }
  #details .details-content .details-right .details-bottom ul {
    width: 378px;
  }
  #details .parameter {
    width: 1200px;
  }
  #details .parameter-box {
    width: 1200px;
  }
  #details .parameter-box .parameter-top {
    width: 1100px;
  }
  #details .parameter-box .parameter-middle {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: auto;
  }
  #details .comeback {
    width: 1200px;
  }
  #details .details-banner {
    width: 1200px;
  }
  #details .details-banner .swiper-button-prev {
    left: 1122px;
  }
  #details .swiper-container {
    width: 1200px;
  }
  #r-center {
    width: 1200px;
  }
  .our-products {
    width: 1200px;
  }
  .our-products .series {
    width: 300px;
  }
  .our-products .series span {
    width: 300px;
  }
  .our-products .products {
    margin-left: 26px;
  }
  .our-products .products li {
    margin-right: 17px;
  }
  .our-products .products li p {
    width: 280px;
  }
  .our-products .products li:nth-of-type(3n) {
    margin-right: 0;
  }
  .our-products .products li .products-top {
    width: 280px;
    height: 410px;
  }
  .our-products .products li .products-top .moure {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .map-top {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
  }
  .place .place-left {
    width: 1400px;
  }
  .footer {
    width: 100%;
  }
  .footer .bottom {
    background-color: #0b1729;
  }
  .footer .bottom .nav-top {
    width: 1200px !important;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .footer .bottom .nav-top li {
    line-height: 30px;
  }
  .footer .bottom .nav-top li a {
    font-size: 14px;
    color: #5e6675;
  }
  .footer .bottom .nav-top li ul {
    margin-top: 37px;
  }
  .footer .bottom .nav-top li ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #dee0e2;
  }
  .footer .bottom .foot-bottom {
    width: 1200px !important;
    margin: auto;
  }
  .footer .bottom .foot-bottom ul {
    /* margin-top: 94px; */
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .footer .bottom .foot-bottom ul li span {
    font-size: 14px;
    line-height: 30px;
    color: #5e6675;
    margin-left: 4px;
    vertical-align: middle;
  }
  .footer .bottom .foot-bottom ul li p {
    font-size: 20px;
    line-height: 30px;
    color: #bec1c6;
    letter-spacing: 2px;
  }
  .footer .bottom .foot-bottom .copyright {
    display: flex;
    justify-content: space-between;
    /* margin-top: 122px; */
    margin-top: 40px;
    padding-bottom: 36px;
  }
  .footer .bottom .foot-bottom .copyright p {
    font-size: 14px;
    line-height: 30px;
    color: #5e6675;
  }
  .footer .bottom .foot-bottom .copyright span a {
    color: #5e6675;
    font-size: 14px;
    line-height: 30px;
    margin-left: 14px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1386px) {
  .about-img {
    width: 1200px;
  }
  #news-center .vv ul li .cc .worried {
    height: 48px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #news-center .vv ul li .vv-litpic {
    height: 240px;
  }
  .header {
    width: 100%;
  }
  .header .main {
    width: 1200px;
  }
  #index .introduce {
    width: 1250px;
  }
  #index .solution .solution-middle {
    background-size: 100% auto;
    margin-top: 160px;
  }
  #index .solution .solution-middle .middle-pic .pic {
    width: 236px;
    height: 236px;
  }
  #index .solution .solution-middle .middle-pic .pic p {
    font-size: 28px;
    color: white;
    margin-top: 248px;
    margin-left: 40px;
    display: none;
  }
  #index .solution .solution-middle .middle-pic .pic .pic-middle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #index .solution .solution-middle .middle-pic .pic .pic-middle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #index .solution .solution-middle .middle-pic .pic:hover {
    transform: scale(1.1);
  }
  #index .solution .solution-middle .middle-pic .pic-one {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-left: 105px;
    margin-top: -10px;
  }
  #index .solution .solution-middle .middle-pic .pic-one .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-one .centre img {
    width: 180px;
    height: 180px;
  }
  #index .solution .solution-middle .middle-pic .pic-tow {
    width: 200px;
    height: 200px;
    margin-top: 138px;
    margin-left: 95px;
  }
  #index .solution .solution-middle .middle-pic .pic-tow .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-tow .centre img {
    width: 180px;
    height: 180px;
  }
  #index .solution .solution-middle .middle-pic .pic-three {
    width: 200px;
    height: 200px;
    margin-top: 110px;
    margin-left: 100px;
  }
  #index .solution .solution-middle .middle-pic .pic-three .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-three .centre img {
    width: 180px;
    height: 180px;
  }
  #index .solution .solution-middle .middle-pic .pic-four {
    width: 200px;
    height: 200px;
    margin-top: 38px;
    margin-left: 44px;
  }
  #index .solution .solution-middle .middle-pic .pic-four .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-four .centre img {
    width: 180px;
    height: 180px;
  }
  #index .proouct {
    margin-top: 45px;
  }
  #index .proouct ul {
    width: 88%;
  }
  #index .proouct .product-banner .swiper-button-next-product {
    right: 2%;
  }
  #index .proouct .product-banner .swiper-button-prev-product {
    left: 2%;
  }
  #index .proouct .product-banner .swiper-container-product {
    width: 88%;
  }
  #index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .service-bottom {
    bottom: -168px;
  }
  #index .news-center {
    width: 100%;
  }
  #index .news-center .news-banner {
    width: 88%;
  }
  #solution .solution-big {
    width: 1200px;
  }
  #solution .solution-big .solution-right {
    width: 834px;
  }
  #solution .service-banner-tow {
    position: relative;
    overflow: hidden;
  }
  #solution .service-banner-tow .co {
    height: 575px;
    width: 100%;
    background-color: #eff1f3;
    margin-top: -415px;
  }
  #solution .service-banner-tow .swiper-container-service-tow {
    height: 740px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow {
    width: 1200px !important;
    margin-left: -98px !important;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-button-prev {
    left: 270px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-button-next {
    right: 270px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper {
    margin: auto;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide {
    background-color: #ffffff;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .bigimg {
    position: relative;
    width: 100%;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic {
    bottom: 367px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic-bottom .jj .xq {
    background-position: 166px 22px;
  }
  #our ul {
    width: 1200px;
    margin-top: 60px;
  }
  #our ul li {
    margin-right: 16px;
  }
  #our ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  #our ul li .characters {
    width: 288px;
    height: 360px;
  }
  #our ul li a {
    top: 314px;
  }
  #rechnical .sales {
    width: 100%;
  }
  #rechnical .company-banner .nextone {
    right: 6px;
  }
  #rechnical .company-banner .prevone {
    left: 6px;
  }
  #rechnical .company-banner .swiper-container1 {
    width: 1200px;
  }
  #rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide .js-title {
    font-size: 20px;
  }
  #rechnical .Download .swiper1 .swiper1 .swiper-wrapper .slide1 {
    width: 36% !important;
  }
  #rechnical .Download .swiper1 {
    width: 1200px;
  }
  #rechnical .Download .nextright {
    left: 6px;
  }
  #rechnical .Download .nextleft {
    right: 6px;
  }
  #about-us {
    margin-top: 78px;
  }
  #about-us .about-top {
    width: 1200px;
  }
  #about-us .about-top .aboutleft {
    width: 970px;
    margin-right: 105px;
  }
  #about-us .about-top .aboutleft .workname {
    margin-top: 30px;
  }
  #about-us .about-top .aboutleft .idea {
    margin-top: 30px;
  }
  #about-us .about-top .aboutleft .introduce {
    margin-top: 78px;
  }
  #about-us .about-top .aboutleft .guanyu {
    margin-top: 66px;
  }
  #about-us .honor .swiper1 {
    width: 1200px;
  }
  #about-us .honor .prev1 {
    left: 24px;
  }
  #about-us .honor .next1 {
    right: 24px;
  }
  #about-us .partner .prev2 {
    left: 24px;
  }
  #about-us .partner .next2 {
    right: 24px;
  }
  #about-us .partner .swiper2 {
    width: 1200px;
  }
  #popBox {
    display: none;
    background-color: #0b1729;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #popBox .swiper-three {
    width: 78%;
    height: 590px;
    margin-top: 8%;
  }
  #popBox .swiper-three .swiper-slide .title-img {
    height: 490px;
  }
  #popBox .swiper-three .swiper-slide .title-img img {
    width: 100%;
    height: 100%;
  }
  #popBox .swiper-three .swiper-slide .introduce {
    width: 100%;
  }
  #popBox .prev-three {
    top: 40%;
    left: 80px;
  }
  #popBox .next-three {
    top: 40%;
    right: 80px;
  }
  #popBox .prev-foure {
    left: 320px;
  }
  #popBox .next-foure {
    right: 320px;
  }
  #news-center {
    width: 1200px;
  }
  #news-center .swiper-button-next {
    right: -44px;
  }
  #news-center .swiper-button-prev {
    left: -44px;
  }
  #news-center .vv {
    width: 1200px;
  }
  #news-center .vv ul {
    height: 1100px;
  }
  #news-center .vv ul li {
    width: 373px;
    height: 492px;
  }
  #news-center .vv ul li .cc {
    padding: 28px 30px;
  }
  #news-center .swiper-container {
    height: 420px;
    margin-bottom: 54px;
    margin-top: 80px;
  }
  #employment {
    width: 1200px;
  }
  #site ul {
    width: 1200px;
  }
  #site ul li {
    width: 280px;
  }
  #site ul li .firstshow {
    width: 280px;
  }
  #site ul li .secondhide {
    width: 280px;
  }
  #site .lianxi .sr {
    width: 1200px;
  }
  #site .lianxi .sr textarea {
    width: 1200px;
  }
  #site .lianxi .sr input {
    width: 590px;
  }
  #site .lianxi .sr .yzm {
    width: 1200px;
  }
  #site .lianxi .sr .yzm .mimakuang {
    width: 850px;
  }
  #news-middle .news-middle-box {
    width: 1200px;
  }
  #details {
    margin-top: 70px;
    margin-bottom: 108px;
  }
  #details .details-content {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 410px;
  }
  #details .details-content .details-img {
    width: 326px;
    border: 1px solid #eee;
    background-color: #fff;
  }
  #details .details-content .details-img .sclae {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #details .details-content .details-img .sclae img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #details .details-content .details-right {
    width: 846px;
  }
  #details .details-content .details-right .details-bottom ul {
    width: 378px;
  }
  #details .parameter {
    width: 1200px;
  }
  #details .parameter-box {
    width: 1200px;
  }
  #details .parameter-box .parameter-top {
    width: 1100px;
  }
  #details .parameter-box .parameter-middle {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: auto;
  }
  #details .comeback {
    width: 1200px;
  }
  #details .details-banner {
    width: 1200px;
  }
  #details .details-banner .swiper-button-prev {
    left: 1122px;
  }
  #details .swiper-container {
    width: 1200px;
  }
  #r-center {
    width: 1200px;
  }
  .our-products {
    width: 1200px;
  }
  .our-products .series {
    width: 300px;
  }
  .our-products .series span {
    width: 300px;
  }
  .our-products .products {
    margin-left: 26px;
  }
  .our-products .products li {
    margin-right: 17px;
  }
  .our-products .products li p {
    width: 280px;
  }
  .our-products .products li:nth-of-type(3n) {
    margin-right: 0;
  }
  .our-products .products li .products-top {
    width: 280px;
    height: 410px;
  }
  .our-products .products li .products-top .moure {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .map-top {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
  }
  .place .place-left {
    width: 1200px;
  }
}
.header .right-nav {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .about-img {
    width: 1200px;
  }
  #news-center .vv ul li .cc .worried {
    height: 48px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #news-center .vv ul li .vv-litpic {
    height: 240px;
  }
  .header {
    width: 100%;
  }
  .header .main {
    width: 1200px;
  }
  #index .introduce {
    width: 98%;
  }
  #index .solution .solution-middle {
    background-size: 100% auto;
    margin-top: 160px;
  }
  #index .solution .solution-middle .middle-pic .pic {
    width: 236px;
    height: 236px;
  }
  #index .solution .solution-middle .middle-pic .pic p {
    font-size: 28px;
    color: white;
    margin-top: 248px;
    margin-left: 40px;
    display: none;
  }
  #index .solution .solution-middle .middle-pic .pic .pic-middle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #index .solution .solution-middle .middle-pic .pic .pic-middle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #index .solution .solution-middle .middle-pic .pic:hover {
    transform: scale(1.1);
  }
  #index .solution .solution-middle .middle-pic .pic-one {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-left: 105px;
    margin-top: -10px;
  }
  #index .solution .solution-middle .middle-pic .pic-one .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-one .centre img {
    width: 180px;
    height: 180px;
  }
  #index .solution .solution-middle .middle-pic .pic-tow {
    width: 200px;
    height: 200px;
    margin-top: 138px;
    margin-left: 95px;
  }
  #index .solution .solution-middle .middle-pic .pic-tow .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-tow .centre img {
    width: 180px;
    height: 180px;
  }
  #index .solution .solution-middle .middle-pic .pic-three {
    width: 200px;
    height: 200px;
    margin-top: 110px;
    margin-left: 100px;
  }
  #index .solution .solution-middle .middle-pic .pic-three .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-three .centre img {
    width: 180px;
    height: 180px;
  }
  #index .solution .solution-middle .middle-pic .pic-four {
    width: 200px;
    height: 200px;
    margin-top: 38px;
    margin-left: 44px;
  }
  #index .solution .solution-middle .middle-pic .pic-four .centre {
    position: absolute;
    left: 4%;
    top: 3%;
  }
  #index .solution .solution-middle .middle-pic .pic-four .centre img {
    width: 180px;
    height: 180px;
  }
  #index .proouct {
    margin-top: 45px;
  }
  #index .proouct ul {
    width: 98%;
  }
  #index .proouct .product-banner .swiper-button-next-product {
    right: 2%;
  }
  #index .proouct .product-banner .swiper-button-prev-product {
    left: 2%;
  }
  #index .proouct .product-banner .swiper-container-product {
    width: 88%;
  }
  #index .service .service-banner .swiper-container-service .swiper-wrapper .swiper-slide .service-bottom {
    bottom: -168px;
  }
  #index .news-center {
    width: 100%;
  }
  #index .news-center .news-banner {
    width: 88%;
  }
  #solution .solution-big {
    width: 1200px;
  }
  #solution .solution-big .solution-right {
    width: 834px;
  }
  #solution .service-banner-tow {
    position: relative;
    overflow: hidden;
  }
  #solution .service-banner-tow .co {
    height: 575px;
    width: 100%;
    background-color: #eff1f3;
    margin-top: -415px;
  }
  #solution .service-banner-tow .swiper-container-service-tow {
    height: 740px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-pagination-service-tow {
    width: 1200px !important;
    margin-left: -134px !important;
    padding-left: 38px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-button-prev {
    left: 240px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-button-next {
    right: 240px;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper {
    margin: auto;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide {
    background-color: #ffffff;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .bigimg {
    position: relative;
    width: 100%;
  }
  #solution .service-banner-tow .swiper-container-service-tow .swiper-wrapper .swiper-slide .morepic {
    bottom: 376px;
  }
  #our ul {
    width: 1200px;
    margin-top: 60px;
  }
  #our ul li {
    margin-right: 16px;
  }
  #our ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  #our ul li .characters {
    width: 288px;
    height: 360px;
  }
  #our ul li a {
    top: 314px;
  }
  #rechnical .sales {
    width: 100%;
  }
  #rechnical .company-banner .prevone {
    left: 583px;
    top: 452px;
  }
  #rechnical .company-banner .nextone {
    right: 583px;
    top: 452px;
  }
  #rechnical .company-banner .swiper-container1 {
    width: 1200px;
  }
  #rechnical .company-banner .swiper-container1 .swiper-wrapper .swiper-slide .js-title {
    font-size: 20px;
  }
  #rechnical .Download .swiper1 .swiper1 .swiper-wrapper .slide1 {
    width: 36% !important;
  }
  #rechnical .Download .swiper1 {
    width: 1200px;
  }
  #rechnical .Download .nextright {
    top: 508px;
    left: 580px;
  }
  #rechnical .Download .nextleft {
    right: 580px;
    top: 508px;
  }
  #about-us {
    margin-top: 78px;
  }
  #about-us .about-top {
    width: 1200px;
  }
  #about-us .about-top .aboutleft {
    width: 970px;
    margin-right: 46px;
  }
  #about-us .about-top .aboutleft .workname {
    margin-top: 30px;
  }
  #about-us .about-top .aboutleft .idea {
    margin-top: 30px;
  }
  #about-us .about-top .aboutleft .introduce {
    margin-top: 78px;
  }
  #about-us .about-top .aboutleft .guanyu {
    margin-top: 66px;
  }
  #about-us .about-top .about-right {
    width: 184px;
  }
  #about-us .about-top .about-right ul {
    width: 100%;
  }
  #about-us .about-top .about-right ul .smoll-li {
    text-align: center;
    padding: 0;
    width: 100%;
    padding-top: 40px;
  }
  #about-us .about-top .about-right ul .smoll-li:hover,
  #about-us .about-top .about-right ul .smoll-li.active {
    width: 200px;
    height: 188px;
    background-color: rgb(43,126,58);
    margin-left: -8px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
  }
  #about-us .about-top .about-right ul .smoll-li:hover span,
  #about-us .about-top .about-right ul .smoll-li.active span {
    display: block;
  }
  #about-us .about-top .about-right ul .smoll-li:hover i,
  #about-us .about-top .about-right ul .smoll-li.active i {
    display: block;
  }
  #about-us .about-top .about-right ul .smoll-li:hover .oneimg,
  #about-us .about-top .about-right ul .smoll-li.active .oneimg {
    display: none;
  }
  #about-us .about-top .about-right ul .smoll-li:hover .towimg,
  #about-us .about-top .about-right ul .smoll-li.active .towimg {
    display: block;
    margin-left: 72px;
  }
  #about-us .honor .swiper1 {
    width: 1200px;
  }
  #about-us .honor .prev1 {
    left: 572px;
    top: 680px;
  }
  #about-us .honor .next1 {
    right: 572px;
    top: 680px;
  }
  #about-us .partner .prev2 {
    left: 574px;
    top: 500px;
  }
  #about-us .partner .next2 {
    right: 574px;
    top: 500px;
  }
  #about-us .partner .swiper2 {
    width: 1200px;
  }
  #popBox {
    display: none;
    background-color: #0b1729;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #popBox .close-box {
    margin-top: 0;
  }
  #popBox .swiper-three {
    width: 78%;
    height: 532px;
    margin-top: 10%;
  }
  #popBox .swiper-three .swiper-slide .title-img {
    height: 450px;
  }
  #popBox .swiper-three .swiper-slide .title-img img {
    width: 100%;
    height: 100%;
  }
  #popBox .swiper-three .swiper-slide .introduce {
    width: 100%;
  }
  #popBox .prev-three {
    top: 50%;
    left: 100px;
  }
  #popBox .next-three {
    top: 50%;
    right: 100px;
  }
  #popBox .prev-foure {
    left: 320px;
  }
  #popBox .next-foure {
    right: 320px;
  }
  #news-center {
    width: 1200px;
  }
  #news-center .swiper-button-prev {
    left: 970px;
    top: 358px;
  }
  #news-center .swiper-button-next {
    right: 100px;
    top: 358px;
  }
  #news-center .vv {
    width: 1200px;
  }
  #news-center .vv ul {
    height: 1100px;
  }
  #news-center .vv ul li {
    width: 373px;
    height: 492px;
  }
  #news-center .vv ul li .cc {
    padding: 28px 30px;
  }
  #news-center .swiper-container {
    height: 420px;
    margin-bottom: 54px;
    margin-top: 80px;
  }
  #employment {
    width: 1200px;
  }
  #site ul {
    width: 1200px;
  }
  #site ul li {
    width: 280px;
  }
  #site ul li .firstshow {
    width: 280px;
  }
  #site ul li .secondhide {
    width: 280px;
  }
  #site .lianxi {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  #site .lianxi .sr {
    width: 1200px;
  }
  #site .lianxi .sr textarea {
    width: 1200px;
  }
  #site .lianxi .sr input {
    width: 590px;
  }
  #site .lianxi .sr .yzm {
    width: 1200px;
  }
  #site .lianxi .sr .yzm .mimakuang {
    width: 850px;
  }
  #news-middle .news-middle-box {
    width: 1200px;
  }
  #details {
    margin-top: 70px;
    margin-bottom: 108px;
  }
  #details .details-content {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 410px;
  }
  #details .details-content .details-img {
    width: 326px;
    /* background-color: #eff1f3; */
    border: 1px solid #eee;
    background-color: #fff;
  }
  #details .details-content .details-img .sclae {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #details .details-content .details-img .sclae img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #details .details-content .details-right {
    width: 846px;
  }
  #details .details-content .details-right .details-bottom ul {
    width: 378px;
  }
  #details .parameter {
    width: 1200px;
  }
  #details .parameter-box {
    width: 1200px;
  }
  #details .parameter-box .parameter-top {
    width: 1100px;
  }
  #details .parameter-box .parameter-middle {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: auto;
  }
  #details .comeback {
    width: 1200px;
  }
  #details .details-banner {
    width: 1200px;
  }
  #details .details-banner .swiper-button-prev {
    left: 1122px;
  }
  #details .swiper-container {
    width: 1200px;
  }
  #r-center {
    width: 1200px;
  }
  .our-products {
    width: 1200px;
  }
  .our-products .series {
    width: 300px;
  }
  .our-products .series span {
    width: 300px;
  }
  .our-products .products {
    margin-left: 26px;
  }
  .our-products .products li {
    margin-right: 17px;
  }
  .our-products .products li p {
    width: 280px;
  }
  .our-products .products li:nth-of-type(3n) {
    margin-right: 0;
  }
  .our-products .products li .products-top {
    width: 280px;
    height: 410px;
  }
  .our-products .products li .products-top .moure {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .map-top {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
  }
  .place .place-left {
    width: 1200px;
  }
  .footer {
    width: 100%;
  }
  .footer .bottom {
    background-color: #0b1729;
  }
  .footer .bottom .nav-top {
    width: 1200px;
    margin: 0 auto;
    padding-top: 66px;
    display: flex;
    justify-content: space-between;
  }
  .footer .bottom .nav-top li {
    line-height: 30px;
  }
  .footer .bottom .nav-top li a {
    font-size: 14px;
    color: #5e6675;
  }
  .footer .bottom .nav-top li ul {
    margin-top: 37px;
  }
  .footer .bottom .nav-top li ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #dee0e2;
  }
  .footer .bottom .foot-bottom {
    margin: auto;
  }
  .footer .bottom .foot-bottom ul {
    /* margin-top: 94px; */
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .footer .bottom .foot-bottom ul li span {
    font-size: 14px;
    line-height: 30px;
    color: #5e6675;
    margin-left: 4px;
    vertical-align: middle;
  }
  .footer .bottom .foot-bottom ul li p {
    font-size: 20px;
    line-height: 30px;
    color: #bec1c6;
    letter-spacing: 2px;
  }
  .footer .bottom .foot-bottom .copyright {
    display: flex;
    justify-content: space-between;
    margin-top: 122px;
    padding-bottom: 36px;
  }
  .footer .bottom .foot-bottom .copyright p {
    font-size: 14px;
    line-height: 30px;
    color: #5e6675;
  }
  .footer .bottom .foot-bottom .copyright span a {
    color: #5e6675;
    font-size: 14px;
    line-height: 30px;
    margin-left: 14px;
    vertical-align: middle;
  }
  .header .right-nav {
    width: 100%;
  }
}
